Ability for the website to pull statistics from the grid 🔼
Could we add an ability for webpages to request live statistics from the grid, such as the statistics on [url=https://coffeegrid.net/opensim_SC/sledchisl.fcgi/stats.html]stats.html[/url]
reported=2021-06-17 09:48:04
reporter=Taylor
priority=normal
category=TODO
severity=minor
resolution=fixed
2021-06-17 10:39:17 Taylor: This might also unlock the ability to write a html/css interface for the accounting system?
2021-09-09 03:02:59 onefang: You can already do one of two things -
Pull stats.html into your page into an iframe.
Copy stats.html to whatever.html, but you have serve it via the SledjChisl FCGI. So the URL will be -
http://example.net/opensim_SC/sledjchisl.fcgi/whatever.html
Note that stats.html has various "" type things, these are what gets replaced by SledjChisl.
New in 0.9.1.1 - all the SledjChisl web pages now use SledChisl.css, which you can change.